Denizen Script Language Explanations


Language Explanations explain components of Denizen in a more direct and technical way than The Beginner's Guide.


Showing 1 out of 81 language explanations...
NameTeleport Cause
DescriptionPossible player teleport causes: 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerTeleportEvent.TeleportCause.html
These are used in Event:entity teleports, Tag:server.teleport_causes, Command:teleport, ...
Note that these causes will only work for player entities.

Additionally, Denizen provides two basic teleport causes for non-player entity teleport events: ENTITY_PORTAL and ENTITY_TELEPORT.
These additional causes are only for Event:entity teleports, and thus not usable in Command:teleport, and will not show in Tag:server.teleport_causes.
GroupUseful Lists
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityTeleportScriptEvent.java#L20